projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7eb044
)
Fix makefile target rpm for an empty release string.
author
oliskoli
<oliskoli>
Thu, 22 Feb 2007 00:27:39 +0000
(
00:27
+0000)
committer
oliskoli
<oliskoli>
Thu, 22 Feb 2007 00:27:39 +0000
(
00:27
+0000)
Makefile.in
patch
|
blob
|
history
tools/mkrpm
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 5a316d8678c519d5994c774a340633322009e11f..5cb47933b42f2d523102b88527f9a29b2c20399a 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-302,7
+302,7
@@
release-upload: /tmp/gpsbabel-$(VERSIOND).tar.gz /tmp/gpsbabel-$(VERSIOND).zip
release: release-sourcecheck release-tarball release-winbuild release-rpm release-upload
rpm:
- tools/mkrpm $(
VERSD) $(RELEASE) $(WEB
)
+ tools/mkrpm $(
WEB) $(VERSD) $(RELEASE
)
mac-release:
mkdir -p usr/bin usr/share/gpsbabel/doc
diff --git
a/tools/mkrpm
b/tools/mkrpm
index 9512266b10bf109fceecef22e77fa17c2b8d3e7e..f723b34d793dc8ea6c164a2f032da291fdd79d1c 100755
(executable)
--- a/
tools/mkrpm
+++ b/
tools/mkrpm
@@
-1,9
+1,9
@@
#!/bin/sh
#
-
VERSION
=$1
-
RELEASE
=$2
-
WEB
=$3
+
WEB
=$1
+
VERSION
=$2
+
RELEASE
=$3
SPEC=gpsbabel.spec
TAR_IGNORE="--exclude CVS"